/* CSS Document */

.registerTopTitle {
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: white;
	font-size: 46px; 
	text-align: center;
	/*background-color: #EA4245;*/
	-webkit-background-size: inherit;
	background-image: url('../image/jrhsqxt.png');
}

.register1-lineTitle {
	float: left;
	width: 145px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.register1-lineInput {
	height: 40px;
	border: 1px solid #d2d2d2; 
	padding-left: 10px;
	font-size: 14px;
}

.messageCodeButton {
	font-size: 12px;
	width: 90px;
	height: 32px;
	position: absolute;
	margin-top: 5px;
	margin-left: 15px;
	/*background: url(../image/register-sendMessageCode.png) no-repeat center;*/
	cursor: pointer;
}

.pswlevel {
	display: block;
	width: 74px;
	height: 13px;
	border-top: 10px solid #E6E6E6;
	text-align: center;
	font-size: 14px;
	margin-left: 5px;
	float: left;
}

.pswlevel-active {
	display: block;
	width: 74px;
	height: 13px;
	border-top: 10px solid #FF4901;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-left: 5px;
}

.register1-nextButton {
	width: 220px;
	height: 50px;
	font-size: 18px;
	color: white;
	background-color: #EA4245;
	text-align: center;
	line-height: 50px;
	border-radius: 2px;
	margin: 60px 0 0 220px;
	cursor: pointer;
}

.register-person-title {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: bold;
}

.register-person-description {
	width: 100%;
	height: 65px;
	font-size: 14px;
	line-height: 1.5;
	font-family: "SimSun";
}

.register-person-chooseButton {
	width: 100%;
	height: 45px;
	border: 2px solid #FF5367;
	border-radius: 4px;
	color: #FF5367;
	line-height: 45px;
	background-color: white;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.register-company-chooseButton {
	width: 100%;
	height: 45px;
	border: 2px solid #23BEFF;
	border-radius: 4px;
	color: #23BEFF;
	line-height: 45px;
	background-color: white;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	text-align: center;
}

.genderChoose {
	font-size: 14px;
	margin-right: 5px;
}

.registerPerson-uploadButton {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background-color: #0B7BE1;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	color: white;
}

.registerPerson-support {
	width: 220px;
	height: 60px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}

.registerPerson-example {
	font-size: 12px;
	color: #031FAF;
	cursor: pointer;
	position: relative;
}

.registerPerson-example img {
	position: absolute;
	width: 450px;
	height: 280px;
	display: none;
	left: 50px;
	margin-top: -15px;
	z-index: 2;
}

.registerPerson-example:hover img {
	display: block;
}


.register-redStar {
	color: red;
	float: left;
	line-height: 22px;
	height: 22px;
}

.textAreaInput {
	border:1px solid #d2d2d2;
	resize: none;
	padding: 10px;
}

.accountType {
	margin-right: 5px;
}

.radioText {
	font-size: 14px;
	color: #343434;
}

.registerFinishIcon {
	width: 38px;
	height: 38px;
	margin: 0 auto;
	background: url('../image/registerFinishIcon.png') no-repeat center;
}

.registerFinishTitle {
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #373737;
	font-weight: bold;
	margin: 10px 0 35px 0;
}

.registerFinishDescription {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #343434;
}

.registerFinishVButton {
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: white;
	margin: 0 auto;
	background-color: #EA4245;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 30px;
}

.registerFinishLater {
	display: block;
	width: 90px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #031faf;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	top: -50px;
	left: 610px;
}

.register-companyInfo {
	width: 800px;
	height: 35px;
	line-height: 35px;
	background-color: #FDEDE0;
	color: #EA4245;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
